home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 20 / 9 / DISK2096.ZIP / FONTED.ARC / FONTEXTR.DOC < prev    next >
Text File  |  1990-03-05  |  2KB  |  37 lines

  1.  
  2.  
  3. FONTEXTR reads a ChiWriter .EFT high resolution font and writes its characters
  4. to disk either in binary screen font format or as an assembly language    source
  5. segment.
  6.  
  7. Note:  ChiWriter is a  very powerful, professional scientific word  processing
  8. package.    It    can  be   obtained  through  Horstmann    &  Mueller   software,
  9. Kaiserstraße 79-1, Reutlingen.    It  features a full range of  foreign language
  10. characters  and  science  symbols  that  can  be used freely.  FONTEXTR merely
  11. allows for the    integration of ChiWriter's  high resolution screen  characters
  12. into different environments.
  13.  
  14. Usage: FONTEXTR infile outfile [options]
  15.  
  16. Option /a        produce assembly language output
  17. option /sc=n        starting character definition (33 by default)
  18.             The result of using this option depends on the setting
  19.             of the /a switch:
  20.             /a switch set: The program writes the correct
  21.             number to intermediate comment lines automatically.
  22.             The /sc=n merely assures, the program "knows" the
  23.             number of the first character to be converted
  24.             /a switch not set: The program prefixes the character
  25.             bytes by an approppriate number of null bytes to
  26.             adjust the locations of the characters. Default
  27.             is no adjustment (all characters starting off from
  28.             0). If you want to have the characters at their ori-
  29.             ginal location in the screen font file, use the
  30.             /sc= switch. For instance, you might want to
  31.             have the GOTHIC characters, starting from '!':
  32.             FONTEXTR gothic.eft gothic.fnt /sc=33
  33.             Without the /a switch, there is no default for this
  34.             option, of course.
  35.  
  36.  
  37.